ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _BasePlotView<TOwnerView,TDefinition,TPlotDataModel,TPointView> Class
Members

In This Topic
    _BasePlotView<TOwnerView,TDefinition,TPlotDataModel,TPointView> Class
    In This Topic
    Object Model
    _BasePlotView<TOwnerView,TDefinition,TPlotDataModel,TPointView> Class
    Syntax
    'Declaration
     
    Public MustInherit Class _BasePlotView
        (Of TOwnerView As IPlotListLayoutView,
         TDefinition As IPlotDefinition,
         TPlotDataModel As IPlotDataModel,
         TPointView As IPointView) 
       Inherits _BaseView(Of TOwnerView)
       Implements IDisplayableIIdentityViewIModelIPlotModelIPlotViewIQueryInterfaceIViewIViewModel 
    public abstract class _BasePlotView<TOwnerView,TDefinition,TPlotDataModel,TPointView> : _BaseView<TOwnerView>, IDisplayableIIdentityViewIModelIPlotModelIPlotViewIQueryInterfaceIViewIViewModel  
    where TOwnerView: IPlotListLayoutView
    where TDefinition: IPlotDefinition
    where TPlotDataModel: IPlotDataModel
    where TPointView: IPointView
    Type Parameters
    TOwnerView
    TDefinition
    TPlotDataModel
    TPointView
    Inheritance Hierarchy
    See Also